projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
119ba82
)
Don't use shell redirection to capture gperf output.
author
robertlipe
<robertlipe@gmail.com>
Sun, 18 Nov 2012 01:33:22 +0000
(
01:33
+0000)
committer
robertlipe
<robertlipe@gmail.com>
Sun, 18 Nov 2012 01:33:22 +0000
(
01:33
+0000)
gpsbabel/Makefile.in
patch
|
blob
|
history
diff --git
a/gpsbabel/Makefile.in
b/gpsbabel/Makefile.in
index e054ae9e0d041e3d0b34b4c0ff907dc03f47df49..e35c858f4dd443394feb823af96270e94fd2d714 100644
(file)
--- a/
gpsbabel/Makefile.in
+++ b/
gpsbabel/Makefile.in
@@
-123,7
+123,7
@@
Makefile gbversion.h: Makefile.in config.status xmldoc/makedoc.in \
CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
xcsv_tokens.gperf: xcsv_tokens.in
- gperf -
L ANSI-C -D -t $? > $@
+ gperf -
-output-file=$@ -L ANSI-C -D -t $?
config.status: configure
$(SHELL) config.status --recheck